CentOS running inside VMware as WebServer times out on outside connection [migrated]
        Posted  
        
            by 
                Tom Hart
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Tom Hart
        
        
        
        Published on 2014-06-07T23:52:38Z
        Indexed on 
            2014/06/08
            3:27 UTC
        
        
        Read the original article
        Hit count: 172
        
webserver
|virtual-machines
I have a CentOS machine running inside VMware, and I have got PHP and Apache set up on it, so if I open a browser (on the VM) and go to either localhost, or 192.168.0.3, I get a phpinfo page I made in /var/www/html/index.php, but, if on the host (Windows 7), in my browser I go to 192.168.0.3, it times out. 
I can ping the IP address from Windows and get a response, I just can't through the browser.
Does anyone have any ideas what I need to do to get this working? This is my first time using a VM and I'm getting lost in the network settings.
© Server Fault or respective owner